This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: thanks for the JS, now if I can just program it into a field... ~Umberto Nongeroson 23.Dec.03 10:08 PM a Web browser Domino Designer All ReleasesAll Platforms
You shouldn't need the JS at all -- create a hidden, editable field on your form called "Remote_Addr". Domino will automatically populate that with the IP address passed from the browser. You may want to do some post-processing on it if the documents will be edited, otherwise the field will be updated on each save over the web.
From there you can compare it to the IP range or addresses you consider "here", and work accordingly.